home *** CD-ROM | disk | FTP | other *** search
/ MacGames Sampler / PHT MacGames Bundle.iso / MacSource Folder / Samples from the CD / C and C++ / Gnuplot 3.5 for Macintosh / SOURCES 3.5 / bitmap.proto.h < prev    next >
Text File  |  1993-11-12  |  650b  |  17 lines

  1.  
  2. /* bitmap.c */
  3. void b_setpixel(unsigned int, unsigned int, unsigned int);
  4. void b_makebitmap(unsigned int, unsigned int, unsigned int);
  5. void b_freebitmap(void);
  6. void b_setmaskpixel(unsigned int, unsigned int, unsigned int);
  7. void b_line(unsigned int, unsigned int, unsigned int, unsigned int);
  8. void b_charsize(unsigned int);
  9. void b_putc(unsigned int, unsigned int, char, unsigned int);
  10. int b_setlinetype(int);
  11. void b_setvalue(unsigned int);
  12. int b_move(unsigned int, unsigned int);
  13. int b_vector(unsigned int, unsigned int);
  14. int b_put_text(unsigned int, unsigned int, char *);
  15. int b_text_angle(int);
  16. unsigned int b_getpixel(unsigned int, unsigned int);
  17.